home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / PCHome.exe / scripts / DefineButton2_76 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2002-12-12  |  411 b   |  15 lines

  1. on(press){
  2.    if(fish != softNUM - "4")
  3.    {
  4.       while(count < softNUM)
  5.       {
  6.          set("field" add count,eval("soft" add (count + fish)));
  7.          set("field" add count add "link",eval("soft" add (count + fish) add "link"));
  8.          set("field" add count add "desc",eval("soft" add (count + fish) add "desc"));
  9.          count += "1";
  10.       }
  11.       count = "1";
  12.       fish += "1";
  13.    }
  14. }
  15.